runtime._func.deferreturn (field)
5 uses
runtime (current package)
panic.go#L640: if frame.fn.deferreturn == 0 {
panic.go#L653: d1.pc = frame.fn.entry() + uintptr(frame.fn.deferreturn)
runtime2.go#L857: deferreturn uint32 // offset of start of a deferreturn call instruction from entry, if any.
traceback.go#L313: if frame.fn.deferreturn != 0 {
traceback.go#L314: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)